RemoveInstrumentationBreakpointRequest

data class RemoveInstrumentationBreakpointRequest(eventName: String)

Represents request frame that can be used with DOMDebugger#removeInstrumentationBreakpoint operation call.

Removes breakpoint on particular native event.

See also

Constructors

RemoveInstrumentationBreakpointRequest
Link copied to clipboard
fun RemoveInstrumentationBreakpointRequest(eventName: String)

Properties

eventName
Link copied to clipboard
val eventName: String
Instrumentation name to stop on.

Sources

jvm source
Link copied to clipboard